home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 August / WPCAUG96.ISO / artwaug.dxr / 00003_ARTArts frame.ls < prev    next >
Encoding:
Text File  |  1996-06-17  |  448 b   |  22 lines

  1. on exitFrame
  2.   global IFLCanChange, IFLBrowsercounter, browserID, ARTComp
  3.   go(the frame)
  4.   if ARTComp <> 1 then
  5.     ADDAdvertBreak(8)
  6.   end if
  7.   ARTWhichSection()
  8.   ARTSubSection()
  9.   if the mouseUp then
  10.     set IFLCanChange to 1
  11.   end if
  12.   ARTQuitCD()
  13.   if browserID > 32 then
  14.     if IFLBrowsercounter = 2 then
  15.       ARTCheckBrowser()
  16.     else
  17.       set IFLBrowsercounter to 1 + IFLBrowsercounter
  18.     end if
  19.   end if
  20.   IFLsectionWordAnimate()
  21. end
  22.